DialogProvider

interface DialogProvider

Functions

Link copied to clipboard
abstract fun dismissWaitingDialog()
Link copied to clipboard
abstract fun showWaitingDialog()
Link copied to clipboard
abstract fun toastError(@StringRes messageRes: Int)
abstract fun toastError(@NonNull message: String)
abstract fun toastError(@StringRes messageRes: Int, useOverlay: Boolean)
abstract fun toastError(@NonNull message: String, useOverlay: Boolean)
Link copied to clipboard
abstract fun toastSuccess(messageRes: Int)
abstract fun toastSuccess(messageRes: Int, useOverlay: Boolean)

Inheritors

Link copied to clipboard